From: Jeroen van der Heijden Date: Fri, 25 May 2018 12:03:35 +0000 (+0200) Subject: Build version 2.0.27 X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~9^2~22 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=15e750dacadc2cf76022367f71486edc22cb018c;p=siridb-server.git Build version 2.0.27 --- diff --git a/ChangeLog b/ChangeLog index fa1524fd..60052211 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +siridb-server (2.0.27) xenial; urgency=medium + + * Changed error message when trying to merge series into an empty destination + name and updated test. + + * Change max open files when soft-limit cannot be set. + + * Added support for log (string) values. + + * Fixed bug with reading path variable. + + * Added stddev() aggregation function. + + * Added first() and last() aggregation functions. + + * Allow aggregation functions without a time range. When no time range is + given, all aggregations will return a single value. The time-stamp returned + with the value is the last within the selected time range except when using + the first() aggregation, in that case the first time-stamp will be used. + + * Allow all (*) for selecting series. Keyword 'all' replaces 'points' which + is now a deprecated keyword. + + * Solved compiler warnings. (issue #96) + + * Added the following server statistics properties: + - active_tasks: returns the number of active tasks for the current database + - idle_time: returns the seconds the database was idle since uptime. + - idle_percentage: returns the percentage of idle time since uptime. + (Note: idle mean no active tasks for the current database) + + -- Jeroen van der Heijden Fri, 25 May 2018 12:02:56 +0000 + siridb-server (2.0.26) xenial; urgency=medium * Added bind_server_address and bind_client_address as configuration diff --git a/ChangeLog-2.0.27 b/ChangeLog-2.0.27 deleted file mode 100644 index 47198e2f..00000000 --- a/ChangeLog-2.0.27 +++ /dev/null @@ -1,28 +0,0 @@ - * Changed error message when trying to merge series into an empty destination - name and updated test. - - * Change max open files when soft-limit cannot be set. - - * Added support for log (string) values. - - * Fixed bug with reading path variable. - - * Added stddev() aggregation function. - - * Added first() and last() aggregation functions. - - * Allow aggregation functions without a time range. When no time range is - given, all aggregations will return a single value. The time-stamp returned - with the value is the last within the selected time range except when using - the first() aggregation, in that case the first time-stamp will be used. - - * Allow all (*) for selecting series. Keyword 'all' replaces 'points' which - is now a deprecated keyword. - - * Solved compiler warnings. (issue #96) - - * Added the following server statistics properties: - - active_tasks: returns the number of active tasks for the current database - - idle_time: returns the seconds the database was idle since uptime. - - idle_percentage: returns the percentage of idle time since uptime. - (Note: idle mean no active tasks for the current database) \ No newline at end of file diff --git a/archive/ChangeLog-2.0.27 b/archive/ChangeLog-2.0.27 new file mode 100644 index 00000000..47198e2f --- /dev/null +++ b/archive/ChangeLog-2.0.27 @@ -0,0 +1,28 @@ + * Changed error message when trying to merge series into an empty destination + name and updated test. + + * Change max open files when soft-limit cannot be set. + + * Added support for log (string) values. + + * Fixed bug with reading path variable. + + * Added stddev() aggregation function. + + * Added first() and last() aggregation functions. + + * Allow aggregation functions without a time range. When no time range is + given, all aggregations will return a single value. The time-stamp returned + with the value is the last within the selected time range except when using + the first() aggregation, in that case the first time-stamp will be used. + + * Allow all (*) for selecting series. Keyword 'all' replaces 'points' which + is now a deprecated keyword. + + * Solved compiler warnings. (issue #96) + + * Added the following server statistics properties: + - active_tasks: returns the number of active tasks for the current database + - idle_time: returns the seconds the database was idle since uptime. + - idle_percentage: returns the percentage of idle time since uptime. + (Note: idle mean no active tasks for the current database) \ No newline at end of file